home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 18 / FreelogHS18.iso / Editeur texte / Keynote / kntsetup.exe / {app} / keynote.exe / 0 / RCDATA / TFORM_URLACTION / TFORM_URLACTION.txt
Text File  |  2003-11-13  |  1KB  |  77 lines

  1. object Form_URLAction: TForm_URLAction
  2.   Left = 306
  3.   Top = 299
  4.   ActiveControl = Button_Open
  5.   BorderStyle = bsDialog
  6.   Caption = 'Choose action for URL'
  7.   ClientHeight = 97
  8.   ClientWidth = 482
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnKeyDown = FormKeyDown
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 10
  22.     Top = 10
  23.     Width = 25
  24.     Height = 13
  25.     Caption = '&URL:'
  26.     FocusControl = Edit_URL
  27.   end
  28.   object Button_Copy: TButton
  29.     Left = 10
  30.     Top = 60
  31.     Width = 121
  32.     Height = 25
  33.     Caption = '&Copy to clipboard'
  34.     ModalResult = 1
  35.     TabOrder = 0
  36.     OnClick = Button_CopyClick
  37.   end
  38.   object Button_Cancel: TButton
  39.     Left = 345
  40.     Top = 60
  41.     Width = 71
  42.     Height = 25
  43.     Cancel = True
  44.     Caption = 'Cancel'
  45.     ModalResult = 2
  46.     TabOrder = 3
  47.   end
  48.   object Button_Open: TButton
  49.     Left = 135
  50.     Top = 60
  51.     Width = 71
  52.     Height = 25
  53.     Caption = '&Open'
  54.     Default = True
  55.     ModalResult = 1
  56.     TabOrder = 1
  57.     OnClick = Button_OpenClick
  58.   end
  59.   object Button_OpenNew: TButton
  60.     Left = 210
  61.     Top = 60
  62.     Width = 131
  63.     Height = 25
  64.     Caption = 'Open in &New window'
  65.     ModalResult = 1
  66.     TabOrder = 2
  67.     OnClick = Button_OpenNewClick
  68.   end
  69.   object Edit_URL: TEdit
  70.     Left = 10
  71.     Top = 25
  72.     Width = 461
  73.     Height = 21
  74.     TabOrder = 4
  75.   end
  76. end
  77.